<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;

    cursor: pointer;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);

    color: transparent;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-position: center;}
.slick-prev
{
    left: -25px;}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;}
.slick-next
{
    right: -25px;}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;

    list-style: none;

    text-align: center;}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 8px;

    cursor: pointer;}
.slick-dots li button
{
    display: none;}
</pre></body></html>